Restarting a Tarantool instance | Tarantool
Reference Tooling tt CLI utility Commands Restarting a Tarantool instance

Restarting a Tarantool instance

$ tt restart {INSTANCE | APPLICATION[:APP_INSTANCE]} [OPTION ...]

tt restart restarts the specified running Tarantool instance. A tt restart call is equivalent to consecutive calls of tt stop and tt start.

-y, --yes

Automatic “Yes” to confirmation prompt.

Restart the app instance with automatic confirmation:

$ tt restart app -y

  • Restart all instances of the application stored in the app/ directory inside instances_enabled in accordance with the instances configuration:

    $ tt restart app
    
  • Restart only the master instance of the application stored in the app/ directory inside instances_enabled:

    $ tt restart app:master
    
Found what you were looking for?
Feedback